@import "../../lib/animate/animate.css";
body {
  font-family: '微软雅黑';
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.flex {
  display: flex;
  align-items: center;
}
.text-white {
  color: #fff;
}
.container {
  width: 100%;
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.16rem;
  height: 0.667rem;
  background-color: #000000;
  font-size: 0.267rem;
  font-weight: normal;
  letter-spacing: 0.067rem;
  color: #fdcb00;
}
.more::after {
  margin-left: 0.133rem;
  content: '';
  border: 0.107rem solid #fecb00;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.4rem 0.16rem;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
  z-index: 5;
}
.header .nav {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
.header .nav .logo {
  width: 2.28rem;
}
.header.bg-dark {
  background: #2c2c2c;
}
.header .find-link {
  margin-left: 0.4rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .find-link .nav-link {
  padding: 0;
  font-size: 0.4rem;
}
.header .find-link .find-icon {
  margin-right: 8px;
}
.header .find-link .find-icon section {
  margin: 3px 0;
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.3s;
}
.header .find-link .find-icon section:first-of-type {
  transform-origin: left top;
}
.header .find-link .find-icon section:last-of-type {
  transform-origin: left bottom;
}
.header .find-link .find-icon section.rotate-down {
  transform: rotate(45deg);
}
.header .find-link .find-icon section.rotate-up {
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.header .find-link .find-icon section.fade {
  opacity: 0;
}
.header .right-menu {
  display: block;
  color: #fff;
  flex-wrap: wrap;
  cursor: pointer;
}
.header .right-menu .right-select {
  display: none;
}
.header .search-inp {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 4.4rem;
  height: 0.933rem;
  position: relative;
}
.header .search-inp .search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}
.header .search-inp .close {
  display: none!important;
  position: absolute;
  right: 0.133rem;
  top: 50%;
  transform: translateY(-50%);
}
.header .search-inp input {
  width: 0;
  right: 0;
  padding: 0;
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 0.467rem;
  background: rgba(255, 255, 255, 0.17);
  font-size: 0.347rem;
  color: #ffffff;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.header .search-inp input::-webkit-input-placeholder {
  color: #fff;
}
.header .search-inp input.slide {
  width: 100%;
  padding-left: 0.4rem;
  padding-right: 1.067rem;
}
.header .search-inp input:-moz-placeholder {
  color: #fff;
}
.header .search-inp input:-ms-input-placeholder {
  color: #fff;
}
.header .nav-links {
  display: none!important;
}
.header .mobile-nav {
  margin-top: 20px;
  display: none;
}
.header .mobile-nav .up {
  transform: rotate(90deg);
}
.header .mobile-nav .down {
  transform: rotate(-90deg);
}
.header .mobile-nav .nav-item .title {
  padding: 0.373rem 0.293rem;
  background-color: #232323;
  color: #fff;
  font-size: 0.373rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .mobile-nav .nav-item .title img {
  width: 0.213rem;
  height: 0.333rem;
  transition: all 0.3s;
}
.header .mobile-nav .nav-item .nav-item-link-parent {
  display: none;
}
.header .mobile-nav .nav-item .nav-item-link-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #2c2c2c;
}
.header .mobile-nav .nav-item .nav-item-link-wrapper a {
  padding: 0.4rem 0;
  align-self: stretch;
  margin: 0 0.307rem;
  font-size: 0.347rem;
  color: #b9b9b9;
  border-bottom: solid 1px #707070;
}
.header .mobile-nav .login {
  margin-top: 1.2rem;
  padding: 0 0.267rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .mobile-nav .login a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 1.2rem;
  border-radius: 0.107rem;
  border: solid 1px #fecb00;
  font-size: 0.4rem;
  transition: all 0.3s;
  color: #fecb00;
}
.header .mobile-nav .login a.active {
  background: #fecb00;
  color: #000;
}
.banner {
  position: relative;
  height: 10.8rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
}
.banner .container {
  position: absolute;
  padding: 0 0.16rem;
  bottom: 0;
  left: 50%;
  padding-bottom: 0.693rem;
  transform: translateX(-50%);
}
.banner .container .title {
  margin-bottom: 0.2rem;
  font-size: 0.6rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  text-shadow: 0.02em 0.02em 0.2em black;
}
.banner .container .desc {
  font-size: 0.4rem;
  color: #ffffff;
}
.bread-crumb {
  padding: 0.213rem 0;
  background: rgba(0, 0, 0, 0.8);
}
.bread-crumb .container {
  padding: 0 0.16rem;
  display: flex;
  align-items: center;
  font-size: 0.267rem;
  color: #fff;
}
.bread-crumb .container span,
.bread-crumb .container a {
  color: #fff;
  margin-right: 0.213rem;
}
.bread-crumb .container span.active,
.bread-crumb .container a.active {
  color: #ffb900;
}
.bread-crumb .container img {
  width: 0.373rem;
  height: 0.36rem;
  margin-right: 0.24rem;
}
.collect {
  cursor: pointer;
}
.collect img.gray {
  filter: grayscale(100%);
}
.contact-us {
  padding: 0.973rem 0.16rem;
  background: #eee;
}
.contact-us .title {
  margin-bottom: 0.867rem;
}
.contact-us .title .cn {
  font-size: 0.533rem;
  font-weight: bold;
  letter-spacing: 0.053rem;
  color: #000000;
}
.contact-us .title .line {
  margin: 0.107rem 0 0.2rem;
  width: 0.853rem;
  height: 0.053rem;
  background-color: #000000;
}
.contact-us .title .en {
  font-size: 0.4rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  color: #000000;
}
.contact-us .img-list {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-us .img-list > section {
  width: 2.84rem;
  margin-bottom: 0.32rem;
  text-align: center;
  font-size: 0.32rem;
  letter-spacing: 0.027rem;
  color: #000000;
}
.contact-us .img-list > section a {
  color: #000000;
}
.contact-us .img-list > section img {
  width: 100%;
  margin-bottom: 0.24rem;
}
footer {
  padding: 0.347rem 0.16rem;
  background: #2c2c2c;
}
footer > .container {
  display: block;
}
footer .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.64rem;
}
footer .info .logo {
  width: 2.28rem;
}
footer .info .logo img {
  width: 100%;
}
footer .info p {
  margin-bottom: 0;
  font-size: 0.187rem;
  line-height: 0.533rem;
  letter-spacing: 1px;
  color: #b9b9b9;
}
footer .info p a {
  color: #b9b9b9;
}
footer .info p span {
  display: block;
}
footer .nav-links {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
}
footer .nav-links .link-item {
  flex-direction: column;
  display: flex;
  font-size: 0.32rem;
}
footer .nav-links .link-item .title {
  font-weight: bold;
  margin-bottom: 0.15rem;
}
footer .nav-links .link-item a {
  margin-bottom: 0.133rem;
  color: #b9b9b9;
}
.bg-wrapper {
  background-image: url(../../images/mask-icon.png);
  background-color: #000;
}
